home *** CD-ROM | disk | FTP | other *** search
- -- card: 6637 from stack: in
- -- bmap block id: 6780
- -- flags: 4000
- -- background id: 6334
- -- name: fact
- ----- HyperTalk script -----
- on openCard
- put "" into card field "answer"
- select after text of card field "answer"
- end openCard
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=364 top=251 right=266 bottom=445
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: don't know
- ----- HyperTalk script -----
- on mouseUp
- global direction
-
- putIntoFact "*",the short name of this card
- chain direction
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=364 top=225 right=240 bottom=445
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: don't know
- ----- HyperTalk script -----
- on mouseUp
- global direction
-
- putIntoFact "?",the short name of this card
- chain direction
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=363 top=199 right=214 bottom=444
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: don't know
- ----- HyperTalk script -----
- on mouseUp
- global direction
-
- putIntoFact "",the short name of this card
- chain direction
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=363 top=174 right=189 bottom=444
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: no
- ----- HyperTalk script -----
- on mouseUp
- global direction
-
- putIntoFact "no",the short name of this card
- chain direction
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=363 top=150 right=165 bottom=444
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: yes
- ----- HyperTalk script -----
- on mouseUp
- global direction
-
- putIntoFact "yes",the short name of this card
- chain direction
- end mouseUp
-
-
-
- -- part 10 (field)
- -- low flags: 00
- -- high flags: 0002
- -- rect: left=363 top=121 right=136 bottom=484
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: answer
- ----- HyperTalk script -----
- on returnInField
- global direction
-
- putIntoFact card field "answer" of this card, the short name of this card
- chain direction
- end returnInField
-